home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
jungle_adventure.swf
/
scripts
/
__Packages
/
GameWorld.as
< prev
next >
Wrap
Text File
|
2006-11-29
|
390b
|
20 lines
class GameWorld extends SSWorld
{
function GameWorld()
{
super();
}
function onSSAddToScene()
{
if(this.collections.VR)
{
var _loc3_ = undefined;
var _loc2_ = _loc3_ = this.collections.VR.length;
while((_loc2_ = _loc2_ - 1) > -1)
{
_loc3_[_loc2_].disabled = true;
}
}
}
}